toggle menu
JxBrowser
8.2.1
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.engine
/
[jvm]InvalidLicenseException
Invalid
License
Exception
public
final
class
InvalidLicenseException
extends
LicenseException
Thrown when the given license is invalid.
Members
Constructors
Invalid
License
Exception
Link copied to clipboard
public
void
InvalidLicenseException
(
String
message
)
Constructs an instance of
InvalidLicenseException
with the given
message
.
Properties
cause
Link copied to clipboard
public
Throwable
cause
stack
Trace
Link copied to clipboard
public
Array
<
StackTraceElement
>
stackTrace
Functions
add
Suppressed
Link copied to clipboard
public
final
synchronized
void
addSuppressed
(
Throwable
exception
)
fill
In
Stack
Trace
Link copied to clipboard
public
synchronized
Throwable
fillInStackTrace
(
)
get
Cause
Link copied to clipboard
public
synchronized
Throwable
getCause
(
)
get
Localized
Message
Link copied to clipboard
public
String
getLocalizedMessage
(
)
get
Message
Link copied to clipboard
public
String
getMessage
(
)
get
Stack
Trace
Link copied to clipboard
public
Array
<
StackTraceElement
>
getStackTrace
(
)
get
Suppressed
Link copied to clipboard
public
final
synchronized
Array
<
Throwable
>
getSuppressed
(
)
init
Cause
Link copied to clipboard
public
synchronized
Throwable
initCause
(
Throwable
cause
)
print
Stack
Trace
Link copied to clipboard
public
void
printStackTrace
(
)
set
Stack
Trace
Link copied to clipboard
public
void
setStackTrace
(
Array
<
StackTraceElement
>
stackTrace
)
to
String
Link copied to clipboard
public
String
toString
(
)